body {
  margin: 0 auto;
  padding: 0px;
  font-family: "微软雅黑";
  background-color: #fff;
  position: relative;
  max-width: 1920px;
}
table {
  margin: 0px;
}
th,
td {
  line-height: 180%;
  text-align: left;
}
img {
  border: 0px;
}
dl,
dt,
dd,
h1,
h2,
h3,
h4,
p,
form {
  margin: 0px;
  padding: 0px;
}
ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
/*通用链接*/
a:link,
a:visited {
  color: #383637;
  text-decoration: none;
}
a:hover,
a:active {
  color: #287bc7;
  text-decoration: underline;
}
#top {
  height: 300px;
  /*background: -moz-linear-gradient(left, #DA2F24 0%, #9E231C 100%);
  background: -webkit-gradient(linear, left, right, color-stop(0%, #DA2F24), color-stop(100%, #9E231C));
  background: -webkit-linear-gradient(left, #DA2F24 0%, #9E231C 100%);
  background: -o-linear-gradient(left, #DA2F24 0%, #9E231C 100%);
  background: -ms-linear-gradient(left, #DA2F24 0%, #9E231C 100%);
  background: linear-gradient(left right, #DA2F24 0%, #9E231C 100%);
  background: url(../Images/b2.png) center center no-repeat;*/
}
#top #topContainer {
  width: 1280px;
  height: 250px;
  margin: 0 auto;
  background: url(../Images/b2.png) center center no-repeat;
}
#top #topContainer .dh {
  height: 250px;
  overflow: hidden;
}
#top #topContainer .menu {
  height: 50px;
  line-height: 50px;
  background: #f39124;
  /*border-top-left-radius: 6px;
  border-top-right-radius: 6px;*/
  position: relative;
  z-index: 100;
}
#top #topContainer .menu ul {
  width: 1300px;
  height: 50px;
  overflow: hidden;
}
#top #topContainer .menu ul li {
  height: 50px;
  transition: all 0.3s;
  float: left;
  font-size: 17px;
  text-align: center;
  width: 116px;
  background: url(../Images/p1.png) right center no-repeat;
  color: #ffffff;
  font-weight: bold;
}
#top #topContainer .menu ul li.last {
  background: none;
}
#top #topContainer .menu ul li a {
  color: #ffffff;
}
#top #topContainer .menu ul li .sonList {
  position: relative;
  z-index: 1000;
  background: #DDDDDD;
  display: none;
}
#top #topContainer .menu ul li .sonList .row {
  font-size: 14px;
  line-height: 30px;
}
#top #topContainer .menu ul li .sonList .row a {
  color: #333333;
}
#top #topContainer .menu ul li .sonList .row:hover {
  background: #FFFFFF;
}
#top #topContainer .menu ul .onfocus {
  background: #dddddd;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
#top #topContainer .menu ul .onfocus a {
  color: #383637;
}
/*#top #topContainer .menu ul li:hover {
  background: #dddddd;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}*/
#top #topContainer .menu ul li:hover a {
  color: #ffffff;
}
#home_shgk {
  background: #f6f3f3;
}
#home_shgk .home_container {
  width: 1280px;
  margin: 0 auto;
}
#home_shgk .home_container .group {
  margin-top: 0;
  background-color: #FFFFFF;
}
#home_shgk .home_container .group .row {
  width: 335px;
  padding: 0 10px;
  float: left;
  background: #FFFFFF;
}
#home_shgk .home_container .group .row .title {
  font-size: 18px;
  line-height: 40px;
  color: #da0b0b;
  /*padding-bottom: 10px;*/
  background: #FFFFFF;
  width: 370px;
  position: relative;
  left: -10px;
  text-indent: 10px;
}
#home_shgk .home_container .group .row .obj {
  width: 350px;
  height: 150px;
  padding: 10px 0;
  background: #FFFFFF;
  position: relative;
  border-right: solid 1px #DDDDDD;
}
#home_shgk .home_container .group .row .obj .img {
  width: 160px;
  height: 155px;
  position: absolute;
  left: 0;
  top: 10px;
  overflow: hidden;
}
#home_shgk .home_container .group .row .obj img {
  width: 160px;
  height: 155px;
}
#home_shgk .home_container .group .row .obj img:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  /*Safari 和 Chrome*/
  -moz-transform: scale(1.2);
  /*Firefox*/
  -ms-transform: scale(1.2);
  /*IE9*/
  -o-transform: scale(1.2);
  /*Opera*/
  transition-duration: 0.5s;
  /*过度的时间为0，5秒*/
}
#home_shgk .home_container .group .row .obj .data {
  position: absolute;
  right: 0;
  top: 10px;
  width: 175px;
  height: 150px;
}
#home_shgk .home_container .group .row .obj .data .d1 {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  color: #f39124;
}
#home_shgk .home_container .group .row .obj .data .d2 {
  font-size: 12px;
  line-height: 24px;
  color: #5e5e5e;
  margin: 12px 0;
}
#home_shgk .home_container .group .row .obj .data .d3 {
  font-size: 12px;
  line-height: 28px;
  width: 90px;
  border: solid 1px #DDDDDD;
  text-align: center;
  display: none;
}
#home_shgk .home_container .group .row .obj .d1 {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  color: #f39124;
}
#home_shgk .home_container .group .row .obj .d1 a {
  transition: all 0.3s;
  color: #f39124;
}
#home_shgk .home_container .group .conatct .obj .d1 {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  color: #f39124;
}
#home_shgk .home_container .group .conatct .obj .d1 a {
  transition: all 0.3s;
  color: #f39124;
}
#home_shgk .home_container .group .row .obj .data .d3 a {
  color: #373737;
}
#home_shgk .home_container .group .row .obj .lingdao {
  width: 140px;
  right: 25px;
}
#home_shgk .home_container .group .row .obj .lingdao .position {
  font-size: 14px;
  line-height: 26px;
  color: #da0b0b;
}
#home_shgk .home_container .group .row:nth-child(3) {
  padding-right: 0;
}
#home_shgk .home_container .group .conatct {
  width: 210px;
  float: left;
}
#home_shgk .home_container .group .conatct .title {
  background: #FFFFFF;
  font-size: 18px;
  line-height: 40px;
  color: #da0b0b;
  padding: 0px 10px;
  /*padding-bottom: 10px;*/
  position: relative;
  left: 0;
  z-index: 1;
}
#home_shgk .home_container .group .conatct .obj {
  height: 150px;
  padding: 10px 0;
  background: #FFFFFF;
  position: relative;
  border-left: solid 1px #DDDDDD;
}
#home_shgk .home_container .group .conatct .obj .data {
  padding: 0 10px;
}
#home_shgk .home_container .group .conatct .obj .data .d3 {
  font-size: 12px;
  line-height: 28px;
  width: 90px;
  border: solid 1px #DDDDDD;
  text-align: center;
  display: none;
}
#home_shgk .home_container .group .conatct .obj .data .d3 a {
  color: #373737;
}
#home_shgk .home_container .group .conatct .obj .data .lxwm {
  height: 122px;
  position: relative;
  font-size: 12px;
  line-height: 22px;
}
#home_shgk .home_container .group .conatct .obj .data .lxwm .l2 {
  position: absolute;
  right: 0;
  top: 10px;
  width: 90px;
}
.home_sortName {
  height: 35px;
  line-height: 35px;
  border-top: solid 2px #e01d13;
  border-bottom: solid 1px #dedede;
  position: relative;
}
.home_sortName span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 124px;
  height: 43px;
  background: url(../Images/p3.png) center center no-repeat;
  display: inline-block;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  line-height: 40px;
}
.home_sortName a {
  font-size: 12px;
  color: #5d5d5d;
  float: right;
  padding-right: 15px;
  margin-right: 15px;
  background: url(../Images/p2.png) right center no-repeat;
}
#home_shhd {
  background: #f6f3f3;
  padding: 25px 0;
}
#home_shhd .shhdContianer {
  background: #FFFFFF;
  margin: 0 auto;
  width: 1280px;
  position: relative;
}
#home_shhd .shhdContianer ul {
  width: 860px;
  float: left;
  overflow: hidden;
}
#home_shhd .shhdContianer ul li {
  width: 400px;
  height: 100px;
  margin: 20px 15px;
  float: left;
  position: relative;
}
#home_shhd .shhdContianer ul li .img {
  border: solid 1px #DDDDDD;
  padding: 2px;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
}
#home_shhd .shhdContianer ul li .obj {
  width: 245px;
  height: 100px;
  position: absolute;
  right: 0;
  top: 0;
}
#home_shhd .shhdContianer ul li .obj .title {
  font-size: 15px;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
}
#home_shhd .shhdContianer ul li .obj .title a {
  transition: all 0.3s;
  color: #f39124;
}
#home_shhd .shhdContianer ul li .obj .jianjie {
  font-size: 12px;
  line-height: 20px;
  color: #898989;
  margin: 5px 0;
}
#home_shhd .shhdContianer ul li .obj .time {
  font-size: 12px;
  line-height: 20px;
  color: #f39124;
  transition: all 0.3s;
}
#home_shhd .shhdContianer ul li:hover .img {
  border: solid 1px #e79d56;
}
#home_shhd .shhdContianer ul li:hover .obj .title {
  font-weight: bold;
}
#home_shhd .shhdContianer ul li:hover .obj .title a {
  color: #f17a09;
}
#home_shhd .shhdContianer ul li:hover .obj .time {
  color: #f17a09;
}
#home_shhd .shhdContianer ul:after {
  content: "";
  display: block;
  clear: both;
}
#home_shhd dl {
  min-height: 370px;
  margin-top: 23px;
  float: right;
  padding-right: 18px;
  padding-left: 42px;
  border-left: 1px dashed #ddd;
  width: 320px;
  overflow: hidden;
}
#home_shhd dl dd {
  font-size: 16px;
  line-height: 42px;
  position: relative;
  overflow: hidden;
  color: #d4241a;
  border-bottom: 1px solid #ef8e89;
}
#home_shhd dl dd a {
  display: block;
  font-weight: bold;
  color: #d4241a;
  padding-right: 80px;
}
#home_shhd dl dd span {
  position: absolute;
  right: 0;
  top: 0;
}
#home_cqdt {
  background: #f6f3f3;
  padding: 25px 0;
}
#home_cqdt .cqdtContianer {
  background: #FFFFFF;
  margin: 0 auto;
  width: 1280px;
}
#home_cqdt .cqdtContianer ul {
  overflow: hidden;
  padding: 8px 0;
}
#home_cqdt .cqdtContianer ul li {
  width: 609px;
  float: left;
  position: relative;
  padding: 15px;
  overflow: hidden;
}
#home_cqdt .cqdtContianer ul li img {
  float: left;
  width: 184px;
  height: 119px;
  padding: 3px;
  border: 1px solid #ddd;
  margin-right: 13px;
}
#home_cqdt .cqdtContianer ul li .title {
  display: block;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  font-size: 15px;
}
#home_cqdt .cqdtContianer ul li .title a {
  color: #f39124;
}
#home_cqdt .cqdtContianer ul li .jianjie {
  padding-top: 3px;
  font-size: 12px;
  display: block;
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  color: #888888;
}
#home_cqdt .cqdtContianer ul li .time {
  font-size: 12px;
  padding-top: 20px;
  color: #f39124;
}
.home_brand .brandList {
  width: 1280px;
  margin: 0 auto;
  background: #FFFFFF;
  padding-bottom: 15px;
  position: relative;
}
.home_brand .brandList ul {
  padding-top: 10px;
  padding-left: 20px;
  overflow: hidden;
}
.home_brand .brandList ul li {
  width: 144px;
  height: 60px;
  position: relative;
  border: solid 1px #DDDDDD;
  float: left;
  margin: 5px;
}
.home_brand .brandList ul li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.home_brand2 {
  padding-bottom: 25px;
}
.home_brand2 .brandList {
  width: 1250px;
  margin: 0 auto;
  background: url(../Images/p14.png) center center / 1280px 185px no-repeat, #ffffff;
  padding: 15px;
  position: relative;
}
.home_brand2 .brandList .b1 {
  width: 75px;
  height: 155px;
  border: solid 1px #f17a09;
}
.home_brand2 .brandList .b1 .img {
  height: 70px;
  background: url(../Images/p4.png) center center no-repeat, #f17a09;
}
.home_brand2 .brandList .b1 .more {
  display: block;
  height: 85px;
  background: url(../Images/p5.png) center center no-repeat;
}
.home_brand2 .brandList ul {
  position: absolute;
  right: 0;
  top: 20px;
  width: 1180px;
}
.home_brand2 .brandList ul li {
  width: 135px;
  height: 60px;
  position: relative;
  border: solid 1px #DDDDDD;
  float: left;
  margin: 5px;
}
.home_brand2 .brandList ul li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#home_cqzf {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
#home_cqzf ul {
  padding: 20px 0;
  width: 1290px;
}
#home_cqzf ul li {
  height: 330px;
  width: 300px;
  float: left;
  position: relative;
  margin: 0 10px;
}
#home_cqzf ul li .img {
  border: solid 4px #DDDDDD;
  width: 292px;
  height: 192px;
  position: relative;
}
#home_cqzf ul li .img a {
  position: absolute;
  z-index: -1;
  transition: all 0.3s;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../Images/p8.png) center center no-repeat, rgba(0, 0, 0, 0.5);
}
#home_cqzf ul li .title {
  font-size: 15px;
  line-height: 24px;
  padding: 5px 0;
}
#home_cqzf ul li .title a {
  color: #f39124;
  transition: all 0.3s;
}
#home_cqzf ul li .jianjie {
  font-size: 12px;
  line-height: 24px;
  color: #888888;
}
#home_cqzf ul li .time {
  font-size: 12px;
  line-height: 24px;
  color: #f39124;
  transition: all 0.3s;
}
#home_cqzf ul li:hover .img a {
  z-index: 1;
}
#home_cqzf ul li:hover .title a {
  color: #f17a09;
}
#home_cqzf ul li:hover .time {
  color: #f17a09;
}
#home_cqrd {
  width: 1280px;
  margin: 0 auto;
}
#home_cqrd ul {
  padding: 30px 0;
}
#home_cqrd ul li {
  width: 425px;
  height: 100px;
  float: left;
  position: relative;
}
#home_cqrd ul li .img {
  padding: 2px;
  border: solid 1px #DDDDDD;
  position: absolute;
  left: 0;
  top: 0;
}
#home_cqrd ul li .obj {
  position: absolute;
  right: 15px;
  top: 0;
  width: 250px;
}
#home_cqrd ul li .obj .title {
  font-size: 15px;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
}
#home_cqrd ul li .obj .title a {
  color: #f39124;
}
#home_cqrd ul li .obj .jianjie {
  font-size: 12px;
  line-height: 20px;
  color: #898989;
  margin: 5px 0;
}
#home_cqrd ul li .obj .time {
  font-size: 12px;
  line-height: 20px;
  color: #f39124;
}
#home_cqrd ul li:hover .img {
  border: solid 1px #f17a09;
}
#home_cqrd ul li:hover .obj .title {
  font-weight: bold;
}
#home_cqrd ul li:hover .obj .title a {
  color: #f17a09;
}
#home_cqrd ul li:hover .obj .time {
  color: #f17a09;
}
#home_cqld {
  width: 1280px;
  margin: 0 auto;
}
#home_cqld ul {
  padding: 30px 0;
}
#home_cqld ul li {
  width: 425px;
  height: 160px;
  float: left;
  position: relative;
}
#home_cqld ul li .img {
  padding: 6px;
  border: solid 1px #DDDDDD;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}
#home_cqld ul li .img img {
  border-radius: 50%;
}
#home_cqld ul li .obj {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 230px;
}
#home_cqld ul li .obj .title {
  font-size: 15px;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
}
#home_cqld ul li .obj .title a {
  color: #f39124;
}
#home_cqld ul li .obj .jianjie {
  font-size: 12px;
  line-height: 20px;
  color: #898989;
  margin: 5px 0;
}
#home_cqld ul li .obj .time {
  font-size: 12px;
  line-height: 20px;
  color: #f39124;
}
#home_cqld ul li:hover .img {
  border: solid 1px #f17a09;
}
#home_cqld ul li:hover .obj .title {
  font-weight: bold;
}
#home_cqld ul li:hover .obj .title a {
  color: #f17a09;
}
#home_cqld ul li:hover .obj .time {
  color: #f17a09;
}
#home_zhanhui {
  width: 1280px;
  margin: 0 auto;
}
#home_zhanhui .list {
  text-align: center;
}
#home_zhanhui .list img {
  margin: 15px;
}
#home_jjcyjq {
  margin: 20px auto;
  text-align: center;
  width: 1280px;
}
#home_zazhi {
  width: 1280px;
  height: 260px;
  margin: 0 auto;
  position: relative;
  background: url(../Images/p14.png) center center / 1280px 260px no-repeat;
}
#home_zazhi .more {
  width: 150px;
  height: 260px;
  background: url(../Images/p15.png) center center no-repeat;
  position: relative;
}
#home_zazhi .more a {
  position: absolute;
  top: 175px;
  left: 22px;
  line-height: 40px;
  font-size: 14px;
  color: #FFFFFF;
  width: 110px;
  height: 70px;
  text-align: center;
}
#home_zazhi #zazhiContaitr {
  position: absolute;
  left: 170px;
  bottom: 0;
  padding: 0 35px;
}
#home_zazhi #zazhiContaitr .swiper-button-prev {
  background: url(../Images/p16.png) center center no-repeat;
  width: 24px;
  height: 24px;
  left: 0;
}
#home_zazhi #zazhiContaitr .swiper-button-next {
  background: url(../Images/p17.png) center center no-repeat;
  width: 24px;
  height: 24px;
  right: 0;
}
#home_zazhi #zazhiContaitr #zazhiList {
  width: 1025px;
  height: 235px;
  border: solid 1px #DDDDDD;
  position: relative;
}
#home_zazhi #zazhiContaitr #zazhiList .swiper-slide .img {
  height: 190px;
  position: relative;
}
#home_zazhi #zazhiContaitr #zazhiList .swiper-slide .title {
  font-size: 12px;
  color: #505050;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  text-align: center;
}
#home_goodLink {
  width: 1280px;
  margin: 30px auto;
  position: relative;
  padding-bottom: 10px;
  border-bottom: solid 1px #DDDDDD;
}
#home_goodLink ul {
  width: 1290px;
  padding: 10px 0;
}
#home_goodLink ul li {
  width: 200px;
  height: 55px;
  position: relative;
  margin: 6px;
  float: left;
  border: solid 1px #DDDDDD;
  overflow: hidden;
}
#home_goodLink ul li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
#home_goodLink ul li a:hover {
  transform: scale(1.1);
}
#footer {
  background: #FFFFFF;
  text-align: center;
  color: #333333;
}
#footer .content {
  width: 1280px;
  margin: 0 auto;
  position: relative;
  background: #f39125;
  color: #fff;
}
#footer .content table {
  margin: 0 auto;
}
#footer .content .f1 {
  padding: 10px;
  position: absolute;
  left: 0;
  top: 0;
}
#footer .content .rData {
  position: relative;
  left: 150px;
  width: 800px;
  text-align: left;
}
#footer .content .rData .f2 {
  font-size: 12px;
  line-height: 26px;
}
#copyright {
  text-align: center;
  color: #000000;
  font-size: 12px;
  line-height: 26px;
  /*padding: 12px 0;
  background: #252323;*/
  background-color: #ffffff;
}
#copyright a {
  color: #000000;
}
#EjMain {
  width: 1280px;
  margin: 0 auto;
}
#EjMain #Left {
  width: 210px;
  float: left;
}
#EjMain #Left #search {
  height: 100px;
  position: relative;
  background: #f27a09;
  padding: 0 15px;
}
#EjMain #Left #search .title {
  font-size: 16px;
  line-height: 38px;
  color: #FFFFFF;
  padding-top: 6px;
}
#EjMain #Left #search .group {
  border: solid 1px #FFFFFF;
  border-radius: 20px;
  height: 36px;
  position: relative;
}
#EjMain #Left #search .group input {
  width: 130px;
  background: none;
  height: 32px;
  position: relative;
  left: 10px;
  border: none;
  outline: none;
  color: #FFFFFF;
}
#EjMain #Left #search .group ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #FFFFFF;
  font-size: 12px;
  font-family: "微软雅黑";
}
#EjMain #Left #search .group :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #FFFFFF;
  font-size: 12px;
  font-family: "微软雅黑";
}
#EjMain #Left #search .group ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #FFFFFF;
  font-size: 12px;
  font-family: "微软雅黑";
}
#EjMain #Left #search .group :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #FFFFFF;
  font-size: 12px;
  font-family: "微软雅黑";
}
#EjMain #Left #search .group span {
  width: 30px;
  height: 20px;
  position: absolute;
  right: 6px;
  top: 10px;
  cursor: pointer;
  border-left: solid 1px #DDDDDD;
  background: url(../Images/p23.png) center center no-repeat;
}
#EjMain #Left #LeftNav .title {
  display: none;
}
#EjMain #Left #LeftNav .list {
  padding: 10px 0;
  background: #d81d13;
}
#EjMain #Left #LeftNav .list ul li {
  line-height: 44px;
  font-size: 16px;
  text-indent: 20px;
  padding: 0 5px;
  overflow: hidden;
  height: 44px;
}
#EjMain #Left #LeftNav .list ul li a {
  display: block;
  border-bottom: solid 1px #DDDDDD;
  color: #FFFFFF;
  background: url(../Images/p20.png) right 15px center no-repeat;
}
#EjMain #Left #LeftNav .list ul .onfocus {
  background: url(../Images/p22.png) left center / 5px 45px no-repeat, #ffffff;
}
#EjMain #Left #LeftNav .list ul .onfocus a {
  color: #333333;
  background: url(../Images/p21.png) right 15px center no-repeat;
}
#EjMain #Left #leftContact {
  background: #c5170e;
  padding: 15px;
  color: #FFFFFF;
}
#EjMain #Left #leftContact .title {
  color: #ff9600;
  font-size: 16px;
  line-height: 38px;
}
#EjMain #Left #leftContact .c1 {
  font-size: 13px;
  line-height: 26px;
}
#EjMain #Left #leftContact .c2 {
  margin: 15px 0;
  text-align: center;
}
#EjMain #Right {
  width: 1030px;
  float: right;
}
#EjMain #Right #thisName {
  line-height: 35px;
  border-bottom: solid 1px #DDDDDD;
}
#EjMain #Right #thisName span {
  display: inline-block;
  border-bottom: solid 2px #f27a09;
  font-size: 21px;
  color: #e01d13;
}
#EjMain #Right #RightContent {
  padding: 20px 0;
}
#RightTop {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #727272;
  text-indent: 25px;
  background: url(../Images/p19.png) left center no-repeat;
}
#cqdtList ul li {
  height: 180px;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: solid 1px #DDDDDD;
}
#cqdtList ul li .data {
  transition: all 0.3s;
}
#cqdtList ul li .data .img {
  position: relative;
  width: 270px;
}
#cqdtList ul li .data .img a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../Images/p8.png) center center no-repeat, rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 0.3s;
}
#cqdtList ul li .data .obj {
  position: absolute;
  right: 0;
  top: 0;
  width: 740px;
  height: 180px;
}
#cqdtList ul li .data .obj .title {
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
}
#cqdtList ul li .data .obj .title a {
  transition: all 0.3s;
}
#cqdtList ul li .data .obj .jianjie {
  font-size: 13px;
  line-height: 26px;
  color: #898989;
  margin: 10px 0;
}
#cqdtList ul li .data .obj .time {
  position: absolute;
  left: 0;
  bottom: 20px;
  font-size: 12px;
  line-height: 25px;
  color: #acacac;
}
#cqdtList ul li .data .obj .more {
  width: 95px;
  line-height: 35px;
  text-align: center;
  border: solid 1px #DDDDDD;
  color: #acacac;
  font-size: 12px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  transition: all 0.3s;
}
#cqdtList ul li:hover .data {
  background: #f6f3f3;
}
#cqdtList ul li:hover .data .img a {
  opacity: 1;
}
#cqdtList ul li:hover .data .obj .title a {
  color: #d81d13;
}
#cqdtList ul li:hover .data .obj .more {
  background: #d81d13;
  color: #FFFFFF;
}
#thePageInfo {
  height: 40px;
  line-height: 40px;
  background: #f6f3f3;
  text-align: center;
  font-size: 14px;
  color: #aaaaaa;
  margin-bottom: 40px;
}
#thePageInfo em {
  padding: 1px 7px;
  font-size: 14px;
  font-style: normal;
  border: solid 1px #DDDDDD;
  color: #333333;
}
#thePageInfo .onfocus {
  background: #da271e;
}
#thePageInfo .onfocus a {
  color: #FFFFFF;
}
#thePageInfo input {
  width: 35px;
  text-align: center;
}
#thePageInfo button {
  background: #FFFFFF;
  border: none;
  border: solid 1px #000000;
  border-radius: 4px;
}
#shhdList ul {
  width: 1060px;
}
#shhdList ul li {
  width: 490px;
  height: 490px;
  margin: 0 15px;
  float: left;
  margin-bottom: 20px;
}
#shhdList ul li .img {
  padding: 4px;
  border: solid 1px #DDDDDD;
  position: relative;
}
#shhdList ul li .img a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../Images/p8.png) center center no-repeat, rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 0.3s;
}
#shhdList ul li .title {
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
  padding: 5px 0;
}
#shhdList ul li .title a {
  color: #f17a09;
}
#shhdList ul li .title a {
  transition: all 0.3s;
}
#shhdList ul li .jianjie {
  font-size: 12px;
  line-height: 26px;
  color: #686868;
}
#shhdList ul li .time {
  font-size: 12px;
  line-height: 25px;
  color: #f17a09;
  text-align: right;
}
#shhdList ul li:hover .img a {
  opacity: 1;
}
#shhdList ul li:hover .title a {
  color: #f17a09;
}
#ppjbList ul {
  width: 1050px;
}
#ppjbList ul li {
  width: 238px;
  height: 155px;
  float: left;
  margin: 0 10px;
  position: relative;
  border: solid 1px #DDDDDD;
  margin-bottom: 30px;
}
#ppjbList ul li .img {
  height: 110px;
  position: relative;
  border-bottom: solid 1px #DDDDDD;
}
#ppjbList ul li .img a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
#ppjbList ul li .title {
  font-size: 14px;
  line-height: 44px;
  text-align: center;
}
#ppjbList ul li .title a {
  color: #6e6e6e;
  transition: all 0.3s;
}
#ppjbList ul li:hover .img a {
  transform: scale(1.1);
}
#ppjbList ul li:hover .title a {
  color: #f12016;
}
#cyjqList ul li {
  border: solid 1px #DDDDDD;
  height: 165px;
  position: relative;
}
#cyjqList ul li .num {
  position: absolute;
  left: 0;
  top: 65px;
  width: 44px;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
}
#cyjqList ul li .img {
  position: absolute;
  left: 45px;
  top: 0;
  width: 210px;
  height: 165px;
  border-left: solid 1px #DDDDDD;
  border-right: solid 1px #DDDDDD;
}
#cyjqList ul li .img img {
  margin: 20px;
}
#cyjqList ul li .obj {
  height: 110px;
  position: absolute;
  right: 0;
  top: 20px;
  width: 730px;
}
#cyjqList ul li .obj .title {
  font-size: 16px;
  line-height: 25px;
}
#cyjqList ul li .obj .title:hover a {
  color: #ec2117;
}
#cyjqList ul li .obj .jianjie {
  font-size: 12px;
  line-height: 24px;
  color: #676767;
  margin-top: 10px;
}
#zhanhuiList {
  font-size: 14px;
  color: #333333;
  line-height: 30px;
}
#mlldList ul li {
  height: 275px;
  padding-bottom: 35px;
  border-bottom: solid 1px #DDDDDD;
  position: relative;
  margin-bottom: 40px;
}
#mlldList ul li .img {
  width: 212px;
  height: 275px;
  background: top center no-repeat;
  background-size: cover;
}
#mlldList ul li .data {
  transition: 0.3s;
}
#mlldList ul li .data .obj {
  width: 790px;
  height: 275px;
  position: absolute;
  right: 0;
  top: 0;
}
#mlldList ul li .data .obj .title {
  font-size: 16px;
  line-height: 25px;
  color: #4b4b4b;
  font-weight: bold;
  padding: 10px 0;
}
#mlldList ul li .data .obj .jianjie {
  font-size: 12px;
  line-height: 30px;
  color: #898989;
}
#mlldList ul li .data .obj .more {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 96px;
  line-height: 33px;
  border: solid 1px #DDDDDD;
  text-align: center;
  font-size: 12px;
  color: #acacac;
}
#mlldList ul li:hover .data {
  background: #f6f3f3;
}
#mlldList ul li:hover .data .obj .more {
  background: #c5170e;
  color: #FFFFFF;
}
#OnePage {
  font-size: 16px;
  line-height: 30px;
}
#lingdaoList .userposition {
  padding-bottom: 30px;
  border-bottom: solid 1px #DDDDDD;
  margin-bottom: 20px;
}
#lingdaoList .userposition .zhiwei {
  font-size: 18px;
  font-weight: bold;
  line-height: 60px;
}
#lingdaoList .userposition ul li {
  position: relative;
  min-height: 276px;
  margin-bottom: 40px;
}
#lingdaoList .userposition ul li img {
  position: absolute;
  left: 0;
  top: 0;
}
#lingdaoList .userposition ul li .obj {
  width: 780px;
  position: relative;
  left: 240px;
  width: 775px;
}
#lingdaoList .userposition ul li .obj .title {
  font-size: 18px;
  line-height: 30px;
  color: #d81d13;
}
#lingdaoList .userposition ul li .obj .text {
  font-size: 14px;
  line-height: 30px;
  color: #353535;
}
#lingdaoList .userposition:nth-last-child(1) {
  border-bottom: none;
}
#WebNewsList ul li {
  font-size: 14px;
  line-height: 30px;
}
#WebNewsList ul li span {
  float: right;
  font-size: 12px;
  color: #999999;
}
#friendshipLink ul {
  width: 1090px;
  padding: 10px 0;
}
#friendshipLink ul li {
  width: 238px;
  height: 55px;
  position: relative;
  margin: 6px 10px;
  float: left;
  border: solid 1px #DDDDDD;
  overflow: hidden;
}
#friendshipLink ul li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
#friendshipLink ul li a:hover {
  transform: scale(1.1);
}
#NewsShow .title {
  font-size: 22px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
}
#NewsShow .miaoshu {
  font-size: 14px;
  line-height: 24px;
  color: 888888;
  text-align: center;
}
#NewsShow .theContent {
  font-size: 16px;
  line-height: 30px;
  margin: 10px 0;
}
#NewsShow .thePageInfo {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
}
#dzzzList ul {
  width: 1050px;
}
#dzzzList ul li {
  width: 185px;
  height: 285;
  float: left;
  margin: 0 10px;
  position: relative;
  border: solid 1px #DDDDDD;
  margin-bottom: 30px;
}
#dzzzList ul li .img {
  height: 240px;
  position: relative;
  border-bottom: solid 1px #DDDDDD;
  overflow: hidden;
}
#dzzzList ul li .img a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
#dzzzList ul li .title {
  font-size: 14px;
  line-height: 44px;
  text-align: center;
}
#dzzzList ul li .title a {
  color: #6e6e6e;
  transition: all 0.3s;
}
#dzzzList ul li:hover .img a {
  transform: scale(1.1);
}
#dzzzList ul li:hover .title a {
  color: #f12016;
}
